runtime.stackfreelist.size (field)

8 uses

	runtime (current package)
		mcache.go#L78: 	size uintptr   // total size of stacks in list
		stack.go#L295: 	c.stackcache[order].size = size
		stack.go#L304: 	size := c.stackcache[order].size
		stack.go#L314: 	c.stackcache[order].size = size
		stack.go#L331: 		c.stackcache[order].size = 0
		stack.go#L394: 			c.stackcache[order].size -= uintptr(n)
		stack.go#L487: 			if c.stackcache[order].size >= _StackCacheSize {
		stack.go#L492: 			c.stackcache[order].size += n